Form Data
An upload data of the application/x-www-form-urlencoded
content type.
Types
Functions
Link copied to clipboard
Returns the content type of this upload data as specified in the
Content-Type
header.Link copied to clipboard
Returns an immutable list of the key-value pairs each representing a segment of a form data or an empty list if the form does not contain any data.
Link copied to clipboard
Creates a new
FormData
builder.